GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-05T16:28:20.4975328+00:00",
"SubmitDate": "2026-06-05T16:28:20.4975328+00:00",
"ReportPeriodStart": "2026-06-05T16:28:20.4975328+00:00",
"ReportPeriodEnd": "2026-06-05T16:28:20.4975328+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0febe926-b4fb-4e3d-9361-de09e5462330",
"Rows": [
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0febe926-b4fb-4e3d-9361-de09e5462330",
"Rows": [
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4bad8910-d9e7-42b0-9f25-891e60b8d711",
"57829fb0-1559-47b0-b4a3-e9cb3f8a75fe"
],
"Approvers": [
"745d8529-4a29-46c3-a1f3-9dc3d1dda694",
"bc7fcec4-50b7-44d8-adb8-85b800917f8d"
],
"ApprovedBy": "fdb15a14-5d6a-4c20-8247-1c5b38e1a3f5",
"ApprovalDate": "2026-06-05T16:28:20.4975328+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "24764b46-a0ea-4519-af43-ed9cf5fa5313",
"id": "dfe52ee7-ebcc-4a38-9d2b-b4f8a4b95358",
"ConfigId": "4a679bda-bd63-4adc-93af-38fefec6a5dc"
},
{
"GenerationDate": "2026-06-05T16:28:20.4975328+00:00",
"SubmitDate": "2026-06-05T16:28:20.4975328+00:00",
"ReportPeriodStart": "2026-06-05T16:28:20.4975328+00:00",
"ReportPeriodEnd": "2026-06-05T16:28:20.4975328+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0febe926-b4fb-4e3d-9361-de09e5462330",
"Rows": [
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0febe926-b4fb-4e3d-9361-de09e5462330",
"Rows": [
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "03afdfec-9dbb-4531-a8b1-b8b7e1a456d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4bad8910-d9e7-42b0-9f25-891e60b8d711",
"57829fb0-1559-47b0-b4a3-e9cb3f8a75fe"
],
"Approvers": [
"745d8529-4a29-46c3-a1f3-9dc3d1dda694",
"bc7fcec4-50b7-44d8-adb8-85b800917f8d"
],
"ApprovedBy": "fdb15a14-5d6a-4c20-8247-1c5b38e1a3f5",
"ApprovalDate": "2026-06-05T16:28:20.4975328+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "24764b46-a0ea-4519-af43-ed9cf5fa5313",
"id": "dfe52ee7-ebcc-4a38-9d2b-b4f8a4b95358",
"ConfigId": "4a679bda-bd63-4adc-93af-38fefec6a5dc"
}
]